home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1865 / 1865.xpi / chrome / adblockplus.jar / skin / settings.css < prev    next >
Cascading Style Sheet File  |  2010-01-07  |  4KB  |  149 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is Adblock Plus.
  15.  *
  16.  * The Initial Developer of the Original Code is
  17.  * Wladimir Palant.
  18.  * Portions created by the Initial Developer are Copyright (C) 2006-2009
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *
  23.  * ***** END LICENSE BLOCK ***** */
  24.  
  25. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  26. @namespace html url("http://www.w3.org/1999/xhtml");
  27.  
  28. dialog {
  29.     padding: 0px;
  30. }
  31.  
  32. .dialog-button-box, #introduction, #listarea {
  33.     margin: 8px;
  34. }
  35.  
  36. deck, deck * {
  37.     margin: 0px;
  38. }
  39.  
  40. #listEditor menupopup description {
  41.     margin: 1px 3px;
  42. }
  43.  
  44. #listEditorIcon {
  45.     list-style-image: url("close.png");
  46.     -moz-image-region: rect(0px, 14px, 14px, 0px);
  47.     margin-left: 2px;
  48. }
  49. #listEditorIcon:hover {
  50.     -moz-image-region: rect(0px, 28px, 14px, 14px);
  51. }
  52. #listEditorIcon:hover:active {
  53.     -moz-image-region: rect(0px, 42px, 14px, 28px);
  54. }
  55.  
  56. #col-slow {
  57.     text-align: center;
  58. }
  59.  
  60. #col-hitcount, #col-lasthit {
  61.     text-align: right;
  62. }
  63.  
  64. #col-hitcount {
  65.     min-width: 60px;
  66. }
  67. #col-enabled, #col-slow {
  68.     min-width: 16px;
  69. }
  70.  
  71. treechildren::-moz-tree-cell-text(col-filter, description-true, selected-false) {
  72.     font-size: 80%;
  73.     color: #808080;
  74. }
  75.  
  76. treechildren::-moz-tree-cell-text(col-filter, filter-true, type-whitelist, selected-false) {
  77.     color: #008000;
  78. }
  79.  
  80. treechildren::-moz-tree-cell-text(col-filter, filter-true, type-elemhide, selected-false) {
  81.     color: #000080;
  82. }
  83.  
  84. treechildren::-moz-tree-cell-text(col-filter, filter-false, subscription-upgradeRequired-true, selected-false) {
  85.     color: #FF0000;
  86. }
  87.  
  88. treechildren::-moz-tree-cell-text(col-slow) {
  89.     color: #C00000;
  90.     font-weight: bold;
  91.     font-size: 120%;
  92. }
  93.  
  94. treechildren::-moz-tree-row(filter-true, filter-disabled-true, selected-false),
  95. treechildren::-moz-tree-row(subscription-disabled-true, selected-false) {
  96.     background-color: #E0E0E0;
  97. }
  98.  
  99. treechildren::-moz-tree-cell-text(col-filter, filter-true, type-comment, selected-false) {
  100.     color: #808080;
  101. }
  102.  
  103. treechildren::-moz-tree-cell-text(col-filter, filter-true, type-invalid, selected-false) {
  104.     color: #C00000;
  105. }
  106.  
  107. treechildren::-moz-tree-cell-text(col-filter, subscription-true) {
  108.     font-weight: bold;
  109. }
  110.  
  111. treechildren::-moz-tree-image(col-enabled, filter-true, subscription-disabled-false, filter-disabled-true),
  112. treechildren::-moz-tree-image(col-enabled, subscription-true, subscription-disabled-true) {
  113.     list-style-image: url(checkbox.png);
  114.     -moz-image-region: rect(13px 13px 26px 0px);
  115. }
  116.  
  117. treechildren::-moz-tree-image(col-enabled, filter-true, subscription-disabled-false, filter-disabled-false),
  118. treechildren::-moz-tree-image(col-enabled, subscription-true, subscription-disabled-false, subscription-dummy-false) {
  119.     list-style-image: url(checkbox.png);
  120.     -moz-image-region: rect(0px 13px 13px 0px);
  121. }
  122.  
  123. treechildren::-moz-tree-image(col-enabled) {
  124.     margin-left: 7px;
  125. }
  126. #col-enabled {
  127.     min-width: 24px;
  128. }
  129.  
  130. .whitelisted:not([_moz-menuactive="true"]) {
  131.     color: #008000;
  132. }
  133.  
  134. .filtered:not([_moz-menuactive="true"]) {
  135.     color: #C00000;
  136. }
  137.  
  138. #findbar {
  139.     border: none !important;
  140. }
  141.  
  142. #findbar .findbar-highlight {
  143.     display: none;
  144. }
  145.  
  146. tooltip {
  147.     max-width: none;
  148. }
  149.